home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / motorola / !ASM05 / Desc < prev    next >
Text File  |  1993-07-17  |  2KB  |  89 lines

  1. # This is a description of the wimp interface for asm05
  2.  
  3. tool_details_start
  4.    name          "Asm05";
  5.    command_is    "<asm05$Dir>.Asm05";
  6.    version       "2.00";
  7.    wimpslot      256k;
  8.    has_extended_cmdline;
  9. tool_details_end
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save   on  ^."s19."leafname from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16.    display_dft_is text;
  17. metaoptions_end
  18.  
  19.  
  20.  
  21. fileoutput_start
  22.    output_option_is      "-o";
  23.    output_dft_is         produces_output;
  24. fileoutput_end
  25.  
  26.  
  27. dbox_start
  28.    icons_start
  29.       icn  3 maps_to string  not_saved;
  30.       icn  6 maps_to "-list";
  31.       icn  7 maps_to "-x";
  32.       icn  8 maps_to "-sym";
  33.       icn  9 maps_to "-cyc";
  34.    icons_end
  35.  
  36.    defaults
  37.    icn  3 "",
  38.    icn  6 on,
  39.    icn  7 off,
  40.    icn  8 off,
  41.    icn  9 off;
  42.  
  43.    make_defaults
  44.    icn  3 "",
  45.    icn  6 on,
  46.    icn  7 off,
  47.    icn  8 off,
  48.    icn  9 off;
  49.  
  50.    imports_start
  51.       wild_card_is "*";
  52.       drag_to  icn 3   inserts icn 3 separator_is " ";
  53.       drag_to  any     inserts icn 3 separator_is " ";
  54.       drag_to  iconbar inserts icn 3;
  55.    imports_end
  56.  
  57. dbox_end
  58.  
  59. menu_start
  60.    "Add CR"      maps_to "-crlf";
  61.    "Page length"     maps_to "-p" sub_menu " Form feed: " 8 prefix_by " ";
  62.    "Sep. Include"     maps_to "-nnf";
  63.  
  64.    defaults
  65.    menu 1 off,
  66.    menu 2 on sub_menu "50", 
  67.    menu 3 off;
  68. menu_end
  69.  
  70. #deselections_start
  71. #    icn 6 deselects icn 7, icn 8, icn 9;
  72. #    icn 7 deselects icn 6, icn 8, icn 9;
  73. #    icn 8 deselects icn 6, icn 7, icn 9;
  74. #    icn 9 deselects icn 6, icn 7, icn 8;
  75. #deselections_end
  76.  
  77. exclusions_start
  78. #    icn 6 excludes menu 2;
  79. #    icn 6 excludes menu 3;
  80. #    icn 6 excludes icn 9;
  81. #     icn 7 excludes menu 1;
  82. #     icn 8 excludes menu 2;
  83. #     icn 9 excludes menu 3;
  84. exclusions_end
  85.  
  86. #make_excludes icn 3, menu 8;
  87.  
  88. #order_is icn3, icn 6, icn 7, icn 8, icn 9, output;
  89.